home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4441 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.5 KB

  1. Path: news.ping.at!usenet
  2. From: pcc-graz <pcc-graz@ping.at>
  3. Newsgroups: comp.lang.c++
  4. Subject: Application disappears after DDE-Communication
  5. Date: 29 Jan 1996 16:53:55 GMT
  6. Organization: ping - Personal InterNet Gate
  7. Message-ID: <4eiu33$16f@peng.ping.at>
  8. NNTP-Posting-Host: b096.ping.at
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 1.2N (Windows; I; 16bit)
  13.  
  14. I have got a serious problem with DDE!
  15.  
  16. I am working on an application which has to communicate with 
  17. MS-WinWord 6.0 and MS-Excel 5.0 via DDE.
  18.  
  19. I am creating a modeless dialog box for this communication, because
  20. I need a window for the received DDE-Posts. The whole communication
  21. including the "Connection" and "Disconnection" from my DDE-Servers
  22. takes place in this dialog.
  23.  
  24. Here's the problem:
  25.  
  26.     As soon, as I am closing the DDE-Connection, my application
  27.     cannot be reached via the task-list anymore!!
  28.  
  29.     I can still see the name of my application in the tasklist,
  30.     but when i try to activate it, always the last DDE-Server 
  31.     application becomes active. - And I cannot switch back to my
  32.     application using the ALT-TAB combination either.
  33.  
  34.     The only way to get back to my application, is to minimize all
  35.     other applications, until i can see my own one on the screen.
  36.     Then I can activate it with the mouse!
  37.  
  38. Does anyone know this can happen, or what I can do to overcome this
  39. problem?
  40.  
  41. 1000 thanks in advance!
  42.  
  43. PS: I would be grateful, if you could e-mail me! (pcc-graz@ping.at)
  44.  
  45.  
  46.  
  47.